rawKeyUP
Type
message
Summary
Sent when the user releases any key that was pressed (other than a modifier key).
Syntax
rawKeyUP pKeyCode
Description
Handle the rawKeyUp message if you want to intercept raw events from the keyboard or if you want to handle keys that aren't mapped to any character.
Parameters
Name | Type | Description |
---|---|---|
pKeyCode | Number | The raw keycode of the released key. |